home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wwcp120.zip / README.DOC < prev    next >
Text File  |  1992-05-06  |  2KB  |  63 lines

  1.                              WWCP version 1.11
  2.  
  3.                     Copyright 1992 by Anthony W. Hursh
  4.  
  5. *****************THE WWSTAT FORMAT HAS BEEN CHANGED*************************
  6.  
  7. Many new features have been added to this version, and the format of
  8. the WWSTAT file HAS BEEN CHANGED. You MUST edit your WWSTAT file.
  9. Please read CHANGES.DOC carefully!
  10.  
  11. Files included:
  12.  
  13. WWCP.DOC        General documentation for WWCP
  14.  
  15. CHANGES.DOC     Changes from the previous version
  16.  
  17. RULES.DOC       WWIVnet rules and regulations
  18.  
  19. WWREG.DOC       Registration form for WWCP
  20.  
  21. TROUBLE.DOC     Bryan Lockwood's trouble-shooting guide
  22.  
  23. WWCICO.EXE      The WWCP dialing program
  24.  
  25. WWSMAIL.EXE     The WWCP sendmail program
  26.  
  27. WWRMAIL.EXE     The WWCP readmail program
  28.  
  29. REGISTER.EXE    Used to register your copy of WWCP
  30.  
  31. WWPOLL.BAT      Example batch file for dialout use
  32.  
  33. WWSHELL.BAT     Example batch file for dialin use
  34.  
  35. WWSTAT          Example WWCP configuration file
  36.  
  37. WWSEQ           Example WWCP sequence file
  38.  
  39. GLOSSARY.TXT    WWIV<->Usenet dictionary (grin)
  40.  
  41.  
  42.  
  43. Note for 286 users: Code generated by my compiler has problems running
  44. on certain 286 machines under DOS 5.0. If the programs don't work,
  45. try removing the line
  46.  
  47. DOS=HIGH
  48.  
  49. from your config.sys file and rebooting. There is no problem running
  50. the programs on 8088 or 80386 machines, regardless of the DOS version
  51. or memory configuration. The programs also work fine on SOME 286
  52. machines with DOS 5.0 loaded high, and on ALL 286 machines without
  53. DOS loaded high, or running a DOS version other than 5.0. I have not
  54. isolated the problem yet, so I'm unsure if it is a compiler problem, a
  55. DOS problem, a BIOS problem, or possibly a combination of all three. I
  56. know it isn't a problem with my code, because even
  57.  
  58. printf("Hello, world.\n");
  59.  
  60. bombs on these machines. A fix will be made available as soon as I have one.
  61.  
  62.  
  63.